home *** CD-ROM | disk | FTP | other *** search
/ Workplace Effectiveness: Dealing with Change / Workplace Effectiveness: Dealing with Change.iso / pc / Tools.Dxr / Internal_23_menu rollovers 1.ls < prev    next >
Encoding:
Text File  |  1998-05-04  |  163 b   |  11 lines

  1. on exitFrame
  2.   global gMasterData
  3.   showMenuRolls()
  4.   if soundBusy(2) then
  5.     go(the frame)
  6.   else
  7.     go(the frame + 1)
  8.     bkgrdMusic(gMasterData)
  9.   end if
  10. end
  11.